projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf0ea7b
)
testheightforwidth: Add missing unref
author
Daniel Boles
<dboles@src.gnome.org>
Mon, 6 Mar 2017 20:57:17 +0000
(20:57 +0000)
committer
Daniel Boles
<dboles@src.gnome.org>
Mon, 6 Mar 2017 20:58:13 +0000
(20:58 +0000)
tests/testheightforwidth.c
patch
|
blob
|
history
diff --git
a/tests/testheightforwidth.c
b/tests/testheightforwidth.c
index 295a5ca26f9e007421067edc59fc1f256ad7a965..e2701baee7e283edeecca78d6178a1e970f7fc58 100644
(file)
--- a/
tests/testheightforwidth.c
+++ b/
tests/testheightforwidth.c
@@
-936,7
+936,10
@@
test_clicked (GtkWidget *button,
{
g_printerr ("GtkBuilder for interface \"%s\" returned error \"%s\"\n",
interface->name, error->message);
+
g_error_free (error);
+ g_object_unref (builder);
+
return;
}